home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 October: Windmill on DISC / ADC Developer CD (1993-10) (''Windmill On DISC'')_iso / Dev.CD Oct 93.iso / System Software / U.S. System Software / System 7 Pro™ Beta 11 / Development Tools / Sample Code / Messaging Service Access Module / Internet PMSAM / Internet PMSAM source / spooltoexternal.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-19  |  462 b   |  17 lines  |  [TEXT/MPS ]

  1. /*----------------------------------------------------------
  2.  
  3. AOCE Post Office Protocol (3)
  4. Personal Gateway
  5.  
  6. written by Steven Falkenburg-- MacDTS
  7. ©1991-1993 Apple Computer, Inc.
  8.  
  9. ----------------------------------------------------------*/
  10.  
  11. #pragma once
  12. #define __GW_EXTERNALGW__
  13.  
  14. OSErr SpoolToExternalGW(FSSpec *spoolSpec,SlotSpec *slotSpec);
  15. OSErr BailOnSend(OSErr err,Ptr messageBlock);
  16. Boolean TranslateAddress(OCEPackedRecipient *pRecip,char *unixRecip);
  17.